home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2004 January
/
Chip_2004-01_cd1.bin
/
oddech
/
flashgames
/
stress
/
install
/
stresspaint.exe
/
scripts
/
DefineButton2_294
/
BUTTONCONDACTION on(release).as
Wrap
Text File
|
2002-07-26
|
181b
|
10 lines
on(release){
if(_root.blnInPlay == true)
{
_root.shots = _root.levshots;
_root.blnFire = true;
_root.sndReload.play();
gotoAndStop(1);
}
}